SftTree/NET 2.0

FocusObjectChanged Event, SftTree Class

Softel vdm, Inc.

Occurs when the focus object (an item or cell) changes.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event FocusObjectChanged As FocusObjectChangedEventHandler

C#   

public event FocusObjectChangedEventHandler FocusObjectChanged;

C++   

public: event FocusObjectChangedEventHandler FocusObjectChanged;

Event Data

The FocusObjectChanged event handler receives an argument of type EventArgs containing data related to this event.

Comments

The FocusObjectChanged event occurs when the focus object (an item or cell) changes.

The focus object is rendered with a focus rectangle based on the ShowFocusRectangle property.

The SelectionChange event occurs when the selection changes.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com